Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.taymindis |
ArtifactId | ArtifactIdjava-helper |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
java-helper-1.0.6.pom | |
java-helper-1.0.6.jar | 28 KB |
java-helper-1.0.6-sources.jar | 10 KB |
java-helper-1.0.6-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/java-helper/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>java-helper</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/java-helper/
implementation 'com.github.taymindis:java-helper:1.0.6'
// https://jarcasting.com/artifacts/com.github.taymindis/java-helper/
implementation ("com.github.taymindis:java-helper:1.0.6")
'com.github.taymindis:java-helper:jar:1.0.6'
<dependency org="com.github.taymindis" name="java-helper" rev="1.0.6">
<artifact name="java-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='java-helper', version='1.0.6')
)
libraryDependencies += "com.github.taymindis" % "java-helper" % "1.0.6"
[com.github.taymindis/java-helper "1.0.6"]