| GroupId | GroupIdorg.whizu |
|---|---|
| ArtifactId | ArtifactIdwhizu-commons |
| Version | Version0.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| whizu-commons-0.0.2.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.whizu/whizu-commons/ -->
<dependency>
<groupId>org.whizu</groupId>
<artifactId>whizu-commons</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.whizu/whizu-commons/
implementation 'org.whizu:whizu-commons:0.0.2'
// https://jarcasting.com/artifacts/org.whizu/whizu-commons/
implementation ("org.whizu:whizu-commons:0.0.2")
'org.whizu:whizu-commons:pom:0.0.2'
<dependency org="org.whizu" name="whizu-commons" rev="0.0.2">
<artifact name="whizu-commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.whizu', module='whizu-commons', version='0.0.2')
)
libraryDependencies += "org.whizu" % "whizu-commons" % "0.0.2"
[org.whizu/whizu-commons "0.0.2"]