GroupId | GroupIdcom.github.kaitoy.sneo |
---|---|
ArtifactId | ArtifactIdgiane |
Version | Version1.2.2 |
Type | Typewar |
Filename | Size |
---|---|
giane-1.2.2.pom | |
giane-1.2.2.war | 21 MB |
giane-1.2.2-sources.jar | 259 KB |
giane-1.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kaitoy.sneo/giane/ -->
<dependency>
<groupId>com.github.kaitoy.sneo</groupId>
<artifactId>giane</artifactId>
<version>1.2.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/giane/
implementation 'com.github.kaitoy.sneo:giane:1.2.2'
// https://jarcasting.com/artifacts/com.github.kaitoy.sneo/giane/
implementation ("com.github.kaitoy.sneo:giane:1.2.2")
'com.github.kaitoy.sneo:giane:war:1.2.2'
<dependency org="com.github.kaitoy.sneo" name="giane" rev="1.2.2">
<artifact name="giane" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.kaitoy.sneo', module='giane', version='1.2.2')
)
libraryDependencies += "com.github.kaitoy.sneo" % "giane" % "1.2.2"
[com.github.kaitoy.sneo/giane "1.2.2"]