GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdmetreeca-jse |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
metreeca-jse-0.0.1.pom | |
metreeca-jse-0.0.1.jar | 8 KB |
metreeca-jse-0.0.1-sources.jar | 5 KB |
metreeca-jse-0.0.1-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/metreeca-jse/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>metreeca-jse</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/metreeca-jse/
implementation 'com.metreeca:metreeca-jse:0.0.1'
// https://jarcasting.com/artifacts/com.metreeca/metreeca-jse/
implementation ("com.metreeca:metreeca-jse:0.0.1")
'com.metreeca:metreeca-jse:jar:0.0.1'
<dependency org="com.metreeca" name="metreeca-jse" rev="0.0.1">
<artifact name="metreeca-jse" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='metreeca-jse', version='0.0.1')
)
libraryDependencies += "com.metreeca" % "metreeca-jse" % "0.0.1"
[com.metreeca/metreeca-jse "0.0.1"]