Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.peiatgithub |
ArtifactId | ArtifactIdpjutils |
Version | Version3.0 |
Type | Typejar |
Filename | Size |
---|---|
pjutils-3.0.pom | |
pjutils-3.0.jar | 13 KB |
pjutils-3.0-sources.jar | 11 KB |
pjutils-3.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peiatgithub/pjutils/ -->
<dependency>
<groupId>com.github.peiatgithub</groupId>
<artifactId>pjutils</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peiatgithub/pjutils/
implementation 'com.github.peiatgithub:pjutils:3.0'
// https://jarcasting.com/artifacts/com.github.peiatgithub/pjutils/
implementation ("com.github.peiatgithub:pjutils:3.0")
'com.github.peiatgithub:pjutils:jar:3.0'
<dependency org="com.github.peiatgithub" name="pjutils" rev="3.0">
<artifact name="pjutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peiatgithub', module='pjutils', version='3.0')
)
libraryDependencies += "com.github.peiatgithub" % "pjutils" % "3.0"
[com.github.peiatgithub/pjutils "3.0"]