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