License |
License |
---|---|
GroupId | GroupIdat.yawk.mdep |
ArtifactId | ArtifactIdmdep-loader |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionMaven plugin and library for loading maven dependencies remotely at runtime.
|
Filename | Size |
---|---|
mdep-loader-1.0.1.pom | |
mdep-loader-1.0.1.jar | 16 KB |
mdep-loader-1.0.1-sources.jar | 8 KB |
mdep-loader-1.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.yawk.mdep/mdep-loader/ -->
<dependency>
<groupId>at.yawk.mdep</groupId>
<artifactId>mdep-loader</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/at.yawk.mdep/mdep-loader/
implementation 'at.yawk.mdep:mdep-loader:1.0.1'
// https://jarcasting.com/artifacts/at.yawk.mdep/mdep-loader/
implementation ("at.yawk.mdep:mdep-loader:1.0.1")
'at.yawk.mdep:mdep-loader:jar:1.0.1'
<dependency org="at.yawk.mdep" name="mdep-loader" rev="1.0.1">
<artifact name="mdep-loader" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.yawk.mdep', module='mdep-loader', version='1.0.1')
)
libraryDependencies += "at.yawk.mdep" % "mdep-loader" % "1.0.1"
[at.yawk.mdep/mdep-loader "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.4 |
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.6 |
org.mockito : mockito-core | jar | 2.0.31-beta |