### Maven Repository Configuration for BACnet4j
Source: https://github.com/radixiot/bacnet4j/blob/master/README.md
This snippet shows how to configure Maven to use the Infinite Automation Snapshot and Release repositories. These repositories are necessary to download BACnet4j artifacts, including snapshot builds and official releases.
```xml
false
true
ias-snapshots
Infinite Automation Snapshot Repository
https://maven.mangoautomation.net/repository/ias-snapshot/
true
false
ias-releases
Infinite Automation Release Repository
https://maven.mangoautomation.net/repository/ias-release/
```
--------------------------------
### BACnet4j Dependency for Version 5.0+
Source: https://github.com/radixiot/bacnet4j/blob/master/README.md
This XML snippet provides the Maven coordinates for including BACnet4j version 5.0 and later in your project. It specifies the group ID, artifact ID, and a placeholder for the version number.
```xml
com.infiniteautomation
bacnet4j
x.x.x
```
--------------------------------
### BACnet4j Dependency for Pre-Version 5.0
Source: https://github.com/radixiot/bacnet4j/blob/master/README.md
This XML snippet shows the Maven dependency information for BACnet4j versions prior to 5.0. It indicates a different group ID compared to later versions.
```xml
com.serotonin
bacnet4j
x.x.x
```
=== COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.