| GroupId | GroupIdcom.syncleus.dann |
|---|---|
| ArtifactId | ArtifactIddann |
| Version | Version2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dann-2.0.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.syncleus.dann/dann/ -->
<dependency>
<groupId>com.syncleus.dann</groupId>
<artifactId>dann</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.syncleus.dann/dann/
implementation 'com.syncleus.dann:dann:2.0'
// https://jarcasting.com/artifacts/com.syncleus.dann/dann/
implementation ("com.syncleus.dann:dann:2.0")
'com.syncleus.dann:dann:pom:2.0'
<dependency org="com.syncleus.dann" name="dann" rev="2.0">
<artifact name="dann" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.syncleus.dann', module='dann', version='2.0')
)
libraryDependencies += "com.syncleus.dann" % "dann" % "2.0"
[com.syncleus.dann/dann "2.0"]