GroupId | GroupIdme.jamiemansfield |
---|---|
ArtifactId | ArtifactIdlorenz |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
lorenz-0.2.0.pom | |
lorenz-0.2.0.jar | 45 KB |
lorenz-0.2.0-sources.jar | 51 KB |
lorenz-0.2.0-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.jamiemansfield/lorenz/ -->
<dependency>
<groupId>me.jamiemansfield</groupId>
<artifactId>lorenz</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.jamiemansfield/lorenz/
implementation 'me.jamiemansfield:lorenz:0.2.0'
// https://jarcasting.com/artifacts/me.jamiemansfield/lorenz/
implementation ("me.jamiemansfield:lorenz:0.2.0")
'me.jamiemansfield:lorenz:jar:0.2.0'
<dependency org="me.jamiemansfield" name="lorenz" rev="0.2.0">
<artifact name="lorenz" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jamiemansfield', module='lorenz', version='0.2.0')
)
libraryDependencies += "me.jamiemansfield" % "lorenz" % "0.2.0"
[me.jamiemansfield/lorenz "0.2.0"]