License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Net |
GroupId | GroupIdorg.eobjects.build |
ArtifactId | ArtifactIddotnet-maven-parent |
Version | Version0.24 |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dotnet-maven-parent-0.24.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eobjects.build/dotnet-maven-parent/ -->
<dependency>
<groupId>org.eobjects.build</groupId>
<artifactId>dotnet-maven-parent</artifactId>
<version>0.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eobjects.build/dotnet-maven-parent/
implementation 'org.eobjects.build:dotnet-maven-parent:0.24'
// https://jarcasting.com/artifacts/org.eobjects.build/dotnet-maven-parent/
implementation ("org.eobjects.build:dotnet-maven-parent:0.24")
'org.eobjects.build:dotnet-maven-parent:pom:0.24'
<dependency org="org.eobjects.build" name="dotnet-maven-parent" rev="0.24">
<artifact name="dotnet-maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eobjects.build', module='dotnet-maven-parent', version='0.24')
)
libraryDependencies += "org.eobjects.build" % "dotnet-maven-parent" % "0.24"
[org.eobjects.build/dotnet-maven-parent "0.24"]