GroupId | GroupIdcom.github.relucent |
---|---|
ArtifactId | ArtifactIdyyl-base-lib |
Version | Version0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
yyl-base-lib-0.0.0.pom | |
yyl-base-lib-0.0.0.jar | 201 KB |
yyl-base-lib-0.0.0-sources.jar | 112 KB |
yyl-base-lib-0.0.0-javadoc.jar | 838 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.relucent/yyl-base-lib/ -->
<dependency>
<groupId>com.github.relucent</groupId>
<artifactId>yyl-base-lib</artifactId>
<version>0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.relucent/yyl-base-lib/
implementation 'com.github.relucent:yyl-base-lib:0.0.0'
// https://jarcasting.com/artifacts/com.github.relucent/yyl-base-lib/
implementation ("com.github.relucent:yyl-base-lib:0.0.0")
'com.github.relucent:yyl-base-lib:jar:0.0.0'
<dependency org="com.github.relucent" name="yyl-base-lib" rev="0.0.0">
<artifact name="yyl-base-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.relucent', module='yyl-base-lib', version='0.0.0')
)
libraryDependencies += "com.github.relucent" % "yyl-base-lib" % "0.0.0"
[com.github.relucent/yyl-base-lib "0.0.0"]