is not current version
Last Version 2

org.criticalsection:cs-parent 1

Top-Level POM for projects hosted on CriticalSection.Org. Defines the common settings for all projects.

GroupId

GroupId

org.criticalsection
ArtifactId

ArtifactId

cs-parent
Version

Version

1
Type

Type

pom

Download cs-parent 1

Filename Size
cs-parent-1.pom 4 KB
Browse

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