Categories |
CategoriesJDBI Data Databases Smile Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdcom.github.28Smiles.jdbi-modules |
ArtifactId | ArtifactIdcore |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.1.pom | |
core-0.0.1.jar | 27 KB |
core-0.0.1-sources.jar | 12 KB |
core-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.28Smiles.jdbi-modules/core/ -->
<dependency>
<groupId>com.github.28Smiles.jdbi-modules</groupId>
<artifactId>core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.28Smiles.jdbi-modules/core/
implementation 'com.github.28Smiles.jdbi-modules:core:0.0.1'
// https://jarcasting.com/artifacts/com.github.28Smiles.jdbi-modules/core/
implementation ("com.github.28Smiles.jdbi-modules:core:0.0.1")
'com.github.28Smiles.jdbi-modules:core:jar:0.0.1'
<dependency org="com.github.28Smiles.jdbi-modules" name="core" rev="0.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.28Smiles.jdbi-modules', module='core', version='0.0.1')
)
libraryDependencies += "com.github.28Smiles.jdbi-modules" % "core" % "0.0.1"
[com.github.28Smiles.jdbi-modules/core "0.0.1"]