License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.pettyfox |
ArtifactId | ArtifactIdjava-suit |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjava-suit
A java tools suit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-suit-1.1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pettyfox/java-suit/ -->
<dependency>
<groupId>com.pettyfox</groupId>
<artifactId>java-suit</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.pettyfox/java-suit/
implementation 'com.pettyfox:java-suit:1.1.0'
// https://jarcasting.com/artifacts/com.pettyfox/java-suit/
implementation ("com.pettyfox:java-suit:1.1.0")
'com.pettyfox:java-suit:pom:1.1.0'
<dependency org="com.pettyfox" name="java-suit" rev="1.1.0">
<artifact name="java-suit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.pettyfox', module='java-suit', version='1.1.0')
)
libraryDependencies += "com.pettyfox" % "java-suit" % "1.1.0"
[com.pettyfox/java-suit "1.1.0"]