OSS Parent Pom
The base OSS parent pom of bikeemotion projects
License |
License |
---|---|
GroupId | GroupIdcom.bikeemotion |
ArtifactId | ArtifactIdoss-parent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBikeemotion OSS Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
oss-parent-1.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bikeemotion/oss-parent/ -->
<dependency>
<groupId>com.bikeemotion</groupId>
<artifactId>oss-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bikeemotion/oss-parent/
implementation 'com.bikeemotion:oss-parent:1.0.1'
// https://jarcasting.com/artifacts/com.bikeemotion/oss-parent/
implementation ("com.bikeemotion:oss-parent:1.0.1")
'com.bikeemotion:oss-parent:pom:1.0.1'
<dependency org="com.bikeemotion" name="oss-parent" rev="1.0.1">
<artifact name="oss-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bikeemotion', module='oss-parent', version='1.0.1')
)
libraryDependencies += "com.bikeemotion" % "oss-parent" % "1.0.1"
[com.bikeemotion/oss-parent "1.0.1"]
The base OSS parent pom of bikeemotion projects