| GroupId | GroupIdcom.github.plexpt |
|---|---|
| ArtifactId | ArtifactIdtoolkit |
| Version | Version2022.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| toolkit-2022.2.0.pom | |
| toolkit-2022.2.0.jar | 4 KB |
| toolkit-2022.2.0-sources.jar | 3 KB |
| toolkit-2022.2.0-javadoc.jar | 19 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.plexpt/toolkit/ -->
<dependency>
<groupId>com.github.plexpt</groupId>
<artifactId>toolkit</artifactId>
<version>2022.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.plexpt/toolkit/
implementation 'com.github.plexpt:toolkit:2022.2.0'
// https://jarcasting.com/artifacts/com.github.plexpt/toolkit/
implementation ("com.github.plexpt:toolkit:2022.2.0")
'com.github.plexpt:toolkit:jar:2022.2.0'
<dependency org="com.github.plexpt" name="toolkit" rev="2022.2.0">
<artifact name="toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.plexpt', module='toolkit', version='2022.2.0')
)
libraryDependencies += "com.github.plexpt" % "toolkit" % "2022.2.0"
[com.github.plexpt/toolkit "2022.2.0"]