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