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