GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdkits |
Version | Version0.50.0 |
Type | Typejar |
Filename | Size |
---|---|
kits-0.50.0.pom | 1 KB |
kits-0.50.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/kits/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>kits</artifactId>
<version>0.50.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/kits/
implementation 'com.metreeca:kits:0.50.0'
// https://jarcasting.com/artifacts/com.metreeca/kits/
implementation ("com.metreeca:kits:0.50.0")
'com.metreeca:kits:jar:0.50.0'
<dependency org="com.metreeca" name="kits" rev="0.50.0">
<artifact name="kits" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='kits', version='0.50.0')
)
libraryDependencies += "com.metreeca" % "kits" % "0.50.0"
[com.metreeca/kits "0.50.0"]