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