GroupId | GroupIdde.terrestris |
---|---|
ArtifactId | ArtifactIdshogun-core-main |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shogun-core-main-5.0.0.pom | |
shogun-core-main-5.0.0.jar | 387 KB |
shogun-core-main-5.0.0-sources.jar | 287 KB |
shogun-core-main-5.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.terrestris/shogun-core-main/ -->
<dependency>
<groupId>de.terrestris</groupId>
<artifactId>shogun-core-main</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.terrestris/shogun-core-main/
implementation 'de.terrestris:shogun-core-main:5.0.0'
// https://jarcasting.com/artifacts/de.terrestris/shogun-core-main/
implementation ("de.terrestris:shogun-core-main:5.0.0")
'de.terrestris:shogun-core-main:jar:5.0.0'
<dependency org="de.terrestris" name="shogun-core-main" rev="5.0.0">
<artifact name="shogun-core-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.terrestris', module='shogun-core-main', version='5.0.0')
)
libraryDependencies += "de.terrestris" % "shogun-core-main" % "5.0.0"
[de.terrestris/shogun-core-main "5.0.0"]