License |
License |
---|---|
GroupId | GroupIdcom.englishtown |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionoss-parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
oss-parent-2.1.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.englishtown/oss-parent/ -->
<dependency>
<groupId>com.englishtown</groupId>
<artifactId>oss-parent</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.englishtown/oss-parent/
implementation 'com.englishtown:oss-parent:2.1.1'
// https://jarcasting.com/artifacts/com.englishtown/oss-parent/
implementation ("com.englishtown:oss-parent:2.1.1")
'com.englishtown:oss-parent:pom:2.1.1'
<dependency org="com.englishtown" name="oss-parent" rev="2.1.1">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.englishtown', module='oss-parent', version='2.1.1')
)
libraryDependencies += "com.englishtown" % "oss-parent" % "2.1.1"
[com.englishtown/oss-parent "2.1.1"]