GroupId | GroupIdio.konig |
---|---|
ArtifactId | ArtifactIdkonig-content-system-gae |
Version | Version2.8.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/io.konig/konig-content-system-gae/ -->
<dependency>
<groupId>io.konig</groupId>
<artifactId>konig-content-system-gae</artifactId>
<version>2.8.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.konig/konig-content-system-gae/
implementation 'io.konig:konig-content-system-gae:2.8.0'
// https://jarcasting.com/artifacts/io.konig/konig-content-system-gae/
implementation ("io.konig:konig-content-system-gae:2.8.0")
'io.konig:konig-content-system-gae:war:2.8.0'
<dependency org="io.konig" name="konig-content-system-gae" rev="2.8.0">
<artifact name="konig-content-system-gae" type="war" />
</dependency>
@Grapes(
@Grab(group='io.konig', module='konig-content-system-gae', version='2.8.0')
)
libraryDependencies += "io.konig" % "konig-content-system-gae" % "2.8.0"
[io.konig/konig-content-system-gae "2.8.0"]