GroupId | GroupIdio.easywalk |
---|---|
ArtifactId | ArtifactIdsimply-controllable |
Version | Version0.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.easywalk/simply-controllable/ -->
<dependency>
<groupId>io.easywalk</groupId>
<artifactId>simply-controllable</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.easywalk/simply-controllable/
implementation 'io.easywalk:simply-controllable:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.easywalk/simply-controllable/
implementation ("io.easywalk:simply-controllable:0.0.1.RELEASE")
'io.easywalk:simply-controllable:jar:0.0.1.RELEASE'
<dependency org="io.easywalk" name="simply-controllable" rev="0.0.1.RELEASE">
<artifact name="simply-controllable" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.easywalk', module='simply-controllable', version='0.0.1.RELEASE')
)
libraryDependencies += "io.easywalk" % "simply-controllable" % "0.0.1.RELEASE"
[io.easywalk/simply-controllable "0.0.1.RELEASE"]