GroupId | GroupIdde.terrestris |
---|---|
ArtifactId | ArtifactIdshogun2 |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
shogun2-1.0.4.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.terrestris/shogun2/ -->
<dependency>
<groupId>de.terrestris</groupId>
<artifactId>shogun2</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.terrestris/shogun2/
implementation 'de.terrestris:shogun2:1.0.4'
// https://jarcasting.com/artifacts/de.terrestris/shogun2/
implementation ("de.terrestris:shogun2:1.0.4")
'de.terrestris:shogun2:pom:1.0.4'
<dependency org="de.terrestris" name="shogun2" rev="1.0.4">
<artifact name="shogun2" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.terrestris', module='shogun2', version='1.0.4')
)
libraryDependencies += "de.terrestris" % "shogun2" % "1.0.4"
[de.terrestris/shogun2 "1.0.4"]