| GroupId | GroupIdcom.github.oopstool |
|---|---|
| ArtifactId | ArtifactIdprotools-core |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| protools-core-1.0.2.pom | |
| protools-core-1.0.2.jar | 29 KB |
| protools-core-1.0.2-sources.jar | 23 KB |
| protools-core-1.0.2-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oopstool/protools-core/ -->
<dependency>
<groupId>com.github.oopstool</groupId>
<artifactId>protools-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oopstool/protools-core/
implementation 'com.github.oopstool:protools-core:1.0.2'
// https://jarcasting.com/artifacts/com.github.oopstool/protools-core/
implementation ("com.github.oopstool:protools-core:1.0.2")
'com.github.oopstool:protools-core:jar:1.0.2'
<dependency org="com.github.oopstool" name="protools-core" rev="1.0.2">
<artifact name="protools-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oopstool', module='protools-core', version='1.0.2')
)
libraryDependencies += "com.github.oopstool" % "protools-core" % "1.0.2"
[com.github.oopstool/protools-core "1.0.2"]