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