GroupId | GroupIdcom.tecacet |
---|---|
ArtifactId | ArtifactIdjmetric |
Version | Version0.1.1-SNAPHSOT |
Type | Typejar |
Filename | Size |
---|---|
jmetric-0.1.1-SNAPHSOT.pom | |
jmetric-0.1.1-SNAPHSOT.jar | 13 KB |
jmetric-0.1.1-SNAPHSOT-sources.jar | 9 KB |
jmetric-0.1.1-SNAPHSOT-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tecacet/jmetric/ -->
<dependency>
<groupId>com.tecacet</groupId>
<artifactId>jmetric</artifactId>
<version>0.1.1-SNAPHSOT</version>
</dependency>
// https://jarcasting.com/artifacts/com.tecacet/jmetric/
implementation 'com.tecacet:jmetric:0.1.1-SNAPHSOT'
// https://jarcasting.com/artifacts/com.tecacet/jmetric/
implementation ("com.tecacet:jmetric:0.1.1-SNAPHSOT")
'com.tecacet:jmetric:jar:0.1.1-SNAPHSOT'
<dependency org="com.tecacet" name="jmetric" rev="0.1.1-SNAPHSOT">
<artifact name="jmetric" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tecacet', module='jmetric', version='0.1.1-SNAPHSOT')
)
libraryDependencies += "com.tecacet" % "jmetric" % "0.1.1-SNAPHSOT"
[com.tecacet/jmetric "0.1.1-SNAPHSOT"]