License |
License |
---|---|
GroupId | GroupIdorg.criticalsection |
ArtifactId | ArtifactIdcs-parent |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCriticalSection.Org Open-Source Projects
Top-Level POM for projects hosted on CriticalSection.Org. Defines the common settings for all projects.
|
Project Organization |
Project OrganizationCriticalSection.Org |
Filename | Size |
---|---|
cs-parent-2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.criticalsection/cs-parent/ -->
<dependency>
<groupId>org.criticalsection</groupId>
<artifactId>cs-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.criticalsection/cs-parent/
implementation 'org.criticalsection:cs-parent:2'
// https://jarcasting.com/artifacts/org.criticalsection/cs-parent/
implementation ("org.criticalsection:cs-parent:2")
'org.criticalsection:cs-parent:pom:2'
<dependency org="org.criticalsection" name="cs-parent" rev="2">
<artifact name="cs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.criticalsection', module='cs-parent', version='2')
)
libraryDependencies += "org.criticalsection" % "cs-parent" % "2"
[org.criticalsection/cs-parent "2"]