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