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