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