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