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