Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.apuex.pa |
ArtifactId | ArtifactIdpa-utility |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
pa-utility-1.0.2.pom | |
pa-utility-1.0.2.jar | 8 KB |
pa-utility-1.0.2-sources.jar | 5 KB |
pa-utility-1.0.2-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.apuex.pa/pa-utility/ -->
<dependency>
<groupId>com.github.apuex.pa</groupId>
<artifactId>pa-utility</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apuex.pa/pa-utility/
implementation 'com.github.apuex.pa:pa-utility:1.0.2'
// https://jarcasting.com/artifacts/com.github.apuex.pa/pa-utility/
implementation ("com.github.apuex.pa:pa-utility:1.0.2")
'com.github.apuex.pa:pa-utility:jar:1.0.2'
<dependency org="com.github.apuex.pa" name="pa-utility" rev="1.0.2">
<artifact name="pa-utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apuex.pa', module='pa-utility', version='1.0.2')
)
libraryDependencies += "com.github.apuex.pa" % "pa-utility" % "1.0.2"
[com.github.apuex.pa/pa-utility "1.0.2"]