License |
License |
---|---|
GroupId | GroupIdcom.github.timeloveboy |
ArtifactId | ArtifactIdutils |
Version | Version0.1 |
Type | Typejar |
Description |
Descriptionmoe java utils
utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
utils-0.1.pom | |
utils-0.1.jar | 7 KB |
utils-0.1-sources.jar | 3 KB |
utils-0.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.timeloveboy/utils/ -->
<dependency>
<groupId>com.github.timeloveboy</groupId>
<artifactId>utils</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.timeloveboy/utils/
implementation 'com.github.timeloveboy:utils:0.1'
// https://jarcasting.com/artifacts/com.github.timeloveboy/utils/
implementation ("com.github.timeloveboy:utils:0.1")
'com.github.timeloveboy:utils:jar:0.1'
<dependency org="com.github.timeloveboy" name="utils" rev="0.1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.timeloveboy', module='utils', version='0.1')
)
libraryDependencies += "com.github.timeloveboy" % "utils" % "0.1"
[com.github.timeloveboy/utils "0.1"]