GroupId | GroupIdcom.testquack |
---|---|
ArtifactId | ArtifactIdassembly |
Version | Version1.2 |
Type | Typewar |
Filename | Size |
---|---|
assembly-1.2.pom | |
assembly-1.2.war | 27 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/assembly/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>assembly</artifactId>
<version>1.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/assembly/
implementation 'com.testquack:assembly:1.2'
// https://jarcasting.com/artifacts/com.testquack/assembly/
implementation ("com.testquack:assembly:1.2")
'com.testquack:assembly:war:1.2'
<dependency org="com.testquack" name="assembly" rev="1.2">
<artifact name="assembly" type="war" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='assembly', version='1.2')
)
libraryDependencies += "com.testquack" % "assembly" % "1.2"
[com.testquack/assembly "1.2"]