GroupId | GroupIdcom.github.taymindis |
---|---|
ArtifactId | ArtifactIdNonSuckOldJavaHelper |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/NonSuckOldJavaHelper/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>NonSuckOldJavaHelper</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/NonSuckOldJavaHelper/
implementation 'com.github.taymindis:NonSuckOldJavaHelper:0.0.2'
// https://jarcasting.com/artifacts/com.github.taymindis/NonSuckOldJavaHelper/
implementation ("com.github.taymindis:NonSuckOldJavaHelper:0.0.2")
'com.github.taymindis:NonSuckOldJavaHelper:jar:0.0.2'
<dependency org="com.github.taymindis" name="NonSuckOldJavaHelper" rev="0.0.2">
<artifact name="NonSuckOldJavaHelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='NonSuckOldJavaHelper', version='0.0.2')
)
libraryDependencies += "com.github.taymindis" % "NonSuckOldJavaHelper" % "0.0.2"
[com.github.taymindis/NonSuckOldJavaHelper "0.0.2"]