is not current version
Last Version 8

com.wesleyhome.johksoftware:johksoftware-oss-parent 1

All of the JOHK Software projects that contributes to Maven Central extend this project to ensure all builds are the same.

GroupId

GroupId

com.wesleyhome.johksoftware
ArtifactId

ArtifactId

johksoftware-oss-parent
Version

Version

1
Type

Type

pom

Download johksoftware-oss-parent 1


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