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