| License | License | 
|---|---|
| Categories | CategoriesJava Languages | 
| GroupId | GroupIdorg.no-hope | 
| ArtifactId | ArtifactIdjava-toolkit | 
| Last Version | Last Version0.2.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Description[java-toolkit] Aggregate model for java-toolkit projects | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| java-toolkit-0.2.3.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.no-hope/java-toolkit/ -->
<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>java-toolkit</artifactId>
    <version>0.2.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.no-hope/java-toolkit/
implementation 'org.no-hope:java-toolkit:0.2.3'// https://jarcasting.com/artifacts/org.no-hope/java-toolkit/
implementation ("org.no-hope:java-toolkit:0.2.3")'org.no-hope:java-toolkit:pom:0.2.3'<dependency org="org.no-hope" name="java-toolkit" rev="0.2.3">
  <artifact name="java-toolkit" type="pom" />
</dependency>@Grapes(
@Grab(group='org.no-hope', module='java-toolkit', version='0.2.3')
)libraryDependencies += "org.no-hope" % "java-toolkit" % "0.2.3"[org.no-hope/java-toolkit "0.2.3"]