Categories |
CategoriesData CLI User Interface |
---|---|
GroupId | GroupIdio.allune |
ArtifactId | ArtifactIdsimple-client-with-database |
Version | Version2.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.allune/simple-client-with-database/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>simple-client-with-database</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/simple-client-with-database/
implementation 'io.allune:simple-client-with-database:2.7.1'
// https://jarcasting.com/artifacts/io.allune/simple-client-with-database/
implementation ("io.allune:simple-client-with-database:2.7.1")
'io.allune:simple-client-with-database:jar:2.7.1'
<dependency org="io.allune" name="simple-client-with-database" rev="2.7.1">
<artifact name="simple-client-with-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='simple-client-with-database', version='2.7.1')
)
libraryDependencies += "io.allune" % "simple-client-with-database" % "2.7.1"
[io.allune/simple-client-with-database "2.7.1"]