is not current version
Last Version 0.1.1-RELEASE

com.truthbean.debbie:debbie-core 0.0.1-RELEASE

a java microservice project

GroupId

GroupId

com.truthbean.debbie
ArtifactId

ArtifactId

debbie-core
Version

Version

0.0.1-RELEASE
Type

Type

jar

Download debbie-core 0.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.truthbean.debbie/debbie-core/ -->
<dependency>
    <groupId>com.truthbean.debbie</groupId>
    <artifactId>debbie-core</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.truthbean.debbie/debbie-core/
implementation 'com.truthbean.debbie:debbie-core:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.truthbean.debbie/debbie-core/
implementation ("com.truthbean.debbie:debbie-core:0.0.1-RELEASE")
'com.truthbean.debbie:debbie-core:jar:0.0.1-RELEASE'
<dependency org="com.truthbean.debbie" name="debbie-core" rev="0.0.1-RELEASE">
  <artifact name="debbie-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truthbean.debbie', module='debbie-core', version='0.0.1-RELEASE')
)
libraryDependencies += "com.truthbean.debbie" % "debbie-core" % "0.0.1-RELEASE"
[com.truthbean.debbie/debbie-core "0.0.1-RELEASE"]