| License |
License |
|---|---|
| GroupId | GroupIdcom.testquack |
| ArtifactId | ArtifactIdquack |
| Last Version | Last Version1.19 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionquack System
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project OrganizationQuAck |
| Filename | Size |
|---|---|
| quack-1.19.pom | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.testquack/quack/ -->
<dependency>
<groupId>com.testquack</groupId>
<artifactId>quack</artifactId>
<version>1.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.testquack/quack/
implementation 'com.testquack:quack:1.19'
// https://jarcasting.com/artifacts/com.testquack/quack/
implementation ("com.testquack:quack:1.19")
'com.testquack:quack:pom:1.19'
<dependency org="com.testquack" name="quack" rev="1.19">
<artifact name="quack" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.testquack', module='quack', version='1.19')
)
libraryDependencies += "com.testquack" % "quack" % "1.19"
[com.testquack/quack "1.19"]