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