is not current version
Last Version 1.0.3

com.github.oopstool:protools 1.0.2

A simple and easy-to-use tool for java

GroupId

GroupId

com.github.oopstool
ArtifactId

ArtifactId

protools
Version

Version

1.0.2
Type

Type

pom

Download protools 1.0.2

Filename Size
protools-1.0.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.oopstool/protools/ -->
<dependency>
    <groupId>com.github.oopstool</groupId>
    <artifactId>protools</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oopstool/protools/
implementation 'com.github.oopstool:protools:1.0.2'
// https://jarcasting.com/artifacts/com.github.oopstool/protools/
implementation ("com.github.oopstool:protools:1.0.2")
'com.github.oopstool:protools:pom:1.0.2'
<dependency org="com.github.oopstool" name="protools" rev="1.0.2">
  <artifact name="protools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.oopstool', module='protools', version='1.0.2')
)
libraryDependencies += "com.github.oopstool" % "protools" % "1.0.2"
[com.github.oopstool/protools "1.0.2"]