GroupId | GroupIdde.terrestris |
---|---|
ArtifactId | ArtifactIdshogun-core-main |
Version | Version5.3.1 |
Type | Typejar |
Filename | Size |
---|---|
shogun-core-main-5.3.1.pom | |
shogun-core-main-5.3.1.jar | 421 KB |
shogun-core-main-5.3.1-sources.jar | 306 KB |
shogun-core-main-5.3.1-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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.terrestris/shogun-core-main/
implementation 'de.terrestris:shogun-core-main:5.3.1'
// https://jarcasting.com/artifacts/de.terrestris/shogun-core-main/
implementation ("de.terrestris:shogun-core-main:5.3.1")
'de.terrestris:shogun-core-main:jar:5.3.1'
<dependency org="de.terrestris" name="shogun-core-main" rev="5.3.1">
<artifact name="shogun-core-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.terrestris', module='shogun-core-main', version='5.3.1')
)
libraryDependencies += "de.terrestris" % "shogun-core-main" % "5.3.1"
[de.terrestris/shogun-core-main "5.3.1"]