GroupId | GroupIdcom.chaschev |
---|---|
ArtifactId | ArtifactIdchutils |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
chutils-1.2.pom | |
chutils-1.2.jar | 104 KB |
chutils-1.2-sources.jar | 50 KB |
chutils-1.2-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chaschev/chutils/ -->
<dependency>
<groupId>com.chaschev</groupId>
<artifactId>chutils</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.chaschev/chutils/
implementation 'com.chaschev:chutils:1.2'
// https://jarcasting.com/artifacts/com.chaschev/chutils/
implementation ("com.chaschev:chutils:1.2")
'com.chaschev:chutils:jar:1.2'
<dependency org="com.chaschev" name="chutils" rev="1.2">
<artifact name="chutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chaschev', module='chutils', version='1.2')
)
libraryDependencies += "com.chaschev" % "chutils" % "1.2"
[com.chaschev/chutils "1.2"]