GroupId | GroupIdcom.lerna-stack |
---|---|
ArtifactId | ArtifactIdlerna-http_2.12 |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
lerna-http_2.12-2.0.0.pom | |
lerna-http_2.12-2.0.0.jar | 68 KB |
lerna-http_2.12-2.0.0-sources.jar | 9 KB |
lerna-http_2.12-2.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lerna-stack/lerna-http_2.12/ -->
<dependency>
<groupId>com.lerna-stack</groupId>
<artifactId>lerna-http_2.12</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lerna-stack/lerna-http_2.12/
implementation 'com.lerna-stack:lerna-http_2.12:2.0.0'
// https://jarcasting.com/artifacts/com.lerna-stack/lerna-http_2.12/
implementation ("com.lerna-stack:lerna-http_2.12:2.0.0")
'com.lerna-stack:lerna-http_2.12:jar:2.0.0'
<dependency org="com.lerna-stack" name="lerna-http_2.12" rev="2.0.0">
<artifact name="lerna-http_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lerna-stack', module='lerna-http_2.12', version='2.0.0')
)
libraryDependencies += "com.lerna-stack" % "lerna-http_2.12" % "2.0.0"
[com.lerna-stack/lerna-http_2.12 "2.0.0"]