GroupId | GroupIdcom.github.play2war |
---|---|
ArtifactId | ArtifactIdplay2-war-core-common_2.10 |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.play2war/play2-war-core-common_2.10/ -->
<dependency>
<groupId>com.github.play2war</groupId>
<artifactId>play2-war-core-common_2.10</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.play2war/play2-war-core-common_2.10/
implementation 'com.github.play2war:play2-war-core-common_2.10:1.0'
// https://jarcasting.com/artifacts/com.github.play2war/play2-war-core-common_2.10/
implementation ("com.github.play2war:play2-war-core-common_2.10:1.0")
'com.github.play2war:play2-war-core-common_2.10:jar:1.0'
<dependency org="com.github.play2war" name="play2-war-core-common_2.10" rev="1.0">
<artifact name="play2-war-core-common_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.play2war', module='play2-war-core-common_2.10', version='1.0')
)
libraryDependencies += "com.github.play2war" % "play2-war-core-common_2.10" % "1.0"
[com.github.play2war/play2-war-core-common_2.10 "1.0"]