| GroupId | GroupIdcom.lmax |
|---|---|
| ArtifactId | ArtifactIdelementspec |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| elementspec-1.0.pom | |
| elementspec-1.0.jar | 15 KB |
| elementspec-1.0-sources.jar | 11 KB |
| elementspec-1.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lmax/elementspec/ -->
<dependency>
<groupId>com.lmax</groupId>
<artifactId>elementspec</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lmax/elementspec/
implementation 'com.lmax:elementspec:1.0'
// https://jarcasting.com/artifacts/com.lmax/elementspec/
implementation ("com.lmax:elementspec:1.0")
'com.lmax:elementspec:jar:1.0'
<dependency org="com.lmax" name="elementspec" rev="1.0">
<artifact name="elementspec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lmax', module='elementspec', version='1.0')
)
libraryDependencies += "com.lmax" % "elementspec" % "1.0"
[com.lmax/elementspec "1.0"]