GroupId | GroupIdcom.geeoz.pawl |
---|---|
ArtifactId | ArtifactIdpawl |
Version | Version1.0d4 |
Type | Typepom |
Filename | Size |
---|---|
pawl-1.0d4.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geeoz.pawl/pawl/ -->
<dependency>
<groupId>com.geeoz.pawl</groupId>
<artifactId>pawl</artifactId>
<version>1.0d4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.geeoz.pawl/pawl/
implementation 'com.geeoz.pawl:pawl:1.0d4'
// https://jarcasting.com/artifacts/com.geeoz.pawl/pawl/
implementation ("com.geeoz.pawl:pawl:1.0d4")
'com.geeoz.pawl:pawl:pom:1.0d4'
<dependency org="com.geeoz.pawl" name="pawl" rev="1.0d4">
<artifact name="pawl" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.geeoz.pawl', module='pawl', version='1.0d4')
)
libraryDependencies += "com.geeoz.pawl" % "pawl" % "1.0d4"
[com.geeoz.pawl/pawl "1.0d4"]