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