is not current version
Last Version 1.1.3.1

com.talk2duck:buildnotes-core 1.0.1.0

Gradle build cache plugin that uses AWS S3 to store build artifacts

GroupId

GroupId

com.talk2duck
ArtifactId

ArtifactId

buildnotes-core
Version

Version

1.0.1.0
Type

Type

pom

Download buildnotes-core 1.0.1.0


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