GroupId | GroupIdcom.daioware |
---|---|
ArtifactId | ArtifactIdsystem |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
system-1.0.0-RELEASE.pom | |
system-1.0.0-RELEASE.jar | 4 KB |
system-1.0.0-RELEASE-sources.jar | 1 KB |
system-1.0.0-RELEASE-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/system/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>system</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/system/
implementation 'com.daioware:system:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/system/
implementation ("com.daioware:system:1.0.0-RELEASE")
'com.daioware:system:jar:1.0.0-RELEASE'
<dependency org="com.daioware" name="system" rev="1.0.0-RELEASE">
<artifact name="system" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='system', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware" % "system" % "1.0.0-RELEASE"
[com.daioware/system "1.0.0-RELEASE"]