GroupId | GroupIdcom.github.dreamroute |
---|---|
ArtifactId | ArtifactIdbasic |
Version | Version1.9-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
basic-1.9-RELEASE.pom | |
basic-1.9-RELEASE.jar | 45 KB |
basic-1.9-RELEASE-sources.jar | 20 KB |
basic-1.9-RELEASE-javadoc.jar | 208 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/basic/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>basic</artifactId>
<version>1.9-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/basic/
implementation 'com.github.dreamroute:basic:1.9-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/basic/
implementation ("com.github.dreamroute:basic:1.9-RELEASE")
'com.github.dreamroute:basic:jar:1.9-RELEASE'
<dependency org="com.github.dreamroute" name="basic" rev="1.9-RELEASE">
<artifact name="basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='basic', version='1.9-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "basic" % "1.9-RELEASE"
[com.github.dreamroute/basic "1.9-RELEASE"]