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