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