License |
License |
---|---|
GroupId | GroupIdcom.testquack |
ArtifactId | ArtifactIdassembly |
Version | Version1.18 |
Type | Typewar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project OrganizationQuAck |
Filename | Size |
---|---|
assembly-1.18.pom | |
assembly-1.18.war | 57 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/assembly/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>assembly</artifactId>
<version>1.18</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/assembly/
implementation 'com.testquack:assembly:1.18'
// https://jarcasting.com/artifacts/com.testquack/assembly/
implementation ("com.testquack:assembly:1.18")
'com.testquack:assembly:war:1.18'
<dependency org="com.testquack" name="assembly" rev="1.18">
<artifact name="assembly" type="war" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='assembly', version='1.18')
)
libraryDependencies += "com.testquack" % "assembly" % "1.18"
[com.testquack/assembly "1.18"]
Group / Artifact | Type | Version |
---|---|---|
com.testquack : api | war | 1.18 |