GroupId | GroupIdcom.github.calimero |
---|---|
ArtifactId | ArtifactIdcalimero-tools |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
calimero-tools-2.1.pom | |
calimero-tools-2.1.jar | 66 KB |
calimero-tools-2.1-sources.jar | 54 KB |
calimero-tools-2.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-tools/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-tools</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-tools/
implementation 'com.github.calimero:calimero-tools:2.1'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-tools/
implementation ("com.github.calimero:calimero-tools:2.1")
'com.github.calimero:calimero-tools:jar:2.1'
<dependency org="com.github.calimero" name="calimero-tools" rev="2.1">
<artifact name="calimero-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-tools', version='2.1')
)
libraryDependencies += "com.github.calimero" % "calimero-tools" % "2.1"
[com.github.calimero/calimero-tools "2.1"]