is not current version
Last Version 1.9.29-RELEASE

com.github.dreamroute:basic 1.1-RELEASE


GroupId

GroupId

com.github.dreamroute
ArtifactId

ArtifactId

basic
Version

Version

1.1-RELEASE
Type

Type

jar

Download basic 1.1-RELEASE


<!-- 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"]