GroupId | GroupIdcom.ubertob.kondor |
---|---|
ArtifactId | ArtifactIdkondor-core |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
kondor-core-1.6.2.pom | |
kondor-core-1.6.2.jar | 254 KB |
kondor-core-1.6.2-sources.jar | 18 KB |
kondor-core-1.6.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ubertob.kondor/kondor-core/ -->
<dependency>
<groupId>com.ubertob.kondor</groupId>
<artifactId>kondor-core</artifactId>
<version>1.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubertob.kondor/kondor-core/
implementation 'com.ubertob.kondor:kondor-core:1.6.2'
// https://jarcasting.com/artifacts/com.ubertob.kondor/kondor-core/
implementation ("com.ubertob.kondor:kondor-core:1.6.2")
'com.ubertob.kondor:kondor-core:jar:1.6.2'
<dependency org="com.ubertob.kondor" name="kondor-core" rev="1.6.2">
<artifact name="kondor-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubertob.kondor', module='kondor-core', version='1.6.2')
)
libraryDependencies += "com.ubertob.kondor" % "kondor-core" % "1.6.2"
[com.ubertob.kondor/kondor-core "1.6.2"]