is not current version
Last Version 1.3.2

org.conventionsframework:conventions-core 1.2.1

Conventions framework core.

GroupId

GroupId

org.conventionsframework
ArtifactId

ArtifactId

conventions-core
Version

Version

1.2.1
Type

Type

jar

Download conventions-core 1.2.1


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