GroupId | GroupIdcom.lingcreative |
---|---|
ArtifactId | ArtifactIddbx-core_2.11 |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dbx-core_2.11-2.1.0.pom | |
dbx-core_2.11-2.1.0.jar | 1 MB |
dbx-core_2.11-2.1.0-sources.jar | 10 KB |
dbx-core_2.11-2.1.0-javadoc.jar | 403 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lingcreative/dbx-core_2.11/ -->
<dependency>
<groupId>com.lingcreative</groupId>
<artifactId>dbx-core_2.11</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingcreative/dbx-core_2.11/
implementation 'com.lingcreative:dbx-core_2.11:2.1.0'
// https://jarcasting.com/artifacts/com.lingcreative/dbx-core_2.11/
implementation ("com.lingcreative:dbx-core_2.11:2.1.0")
'com.lingcreative:dbx-core_2.11:jar:2.1.0'
<dependency org="com.lingcreative" name="dbx-core_2.11" rev="2.1.0">
<artifact name="dbx-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingcreative', module='dbx-core_2.11', version='2.1.0')
)
libraryDependencies += "com.lingcreative" % "dbx-core_2.11" % "2.1.0"
[com.lingcreative/dbx-core_2.11 "2.1.0"]