Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdio.github.miracelwhipp.net.nuget |
ArtifactId | ArtifactIdnet-nuget-maven |
Version | Version2.0 |
Type | Typepom |
Filename | Size |
---|---|
net-nuget-maven-2.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.miracelwhipp.net.nuget/net-nuget-maven/ -->
<dependency>
<groupId>io.github.miracelwhipp.net.nuget</groupId>
<artifactId>net-nuget-maven</artifactId>
<version>2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net.nuget/net-nuget-maven/
implementation 'io.github.miracelwhipp.net.nuget:net-nuget-maven:2.0'
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net.nuget/net-nuget-maven/
implementation ("io.github.miracelwhipp.net.nuget:net-nuget-maven:2.0")
'io.github.miracelwhipp.net.nuget:net-nuget-maven:pom:2.0'
<dependency org="io.github.miracelwhipp.net.nuget" name="net-nuget-maven" rev="2.0">
<artifact name="net-nuget-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.miracelwhipp.net.nuget', module='net-nuget-maven', version='2.0')
)
libraryDependencies += "io.github.miracelwhipp.net.nuget" % "net-nuget-maven" % "2.0"
[io.github.miracelwhipp.net.nuget/net-nuget-maven "2.0"]