Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-machine |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
lift-machine-1.0.1.pom | |
lift-machine-1.0.1.jar | 81 KB |
lift-machine-1.0.1-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-machine/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-machine</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-machine/
implementation 'net.liftweb:lift-machine:1.0.1'
// https://jarcasting.com/artifacts/net.liftweb/lift-machine/
implementation ("net.liftweb:lift-machine:1.0.1")
'net.liftweb:lift-machine:jar:1.0.1'
<dependency org="net.liftweb" name="lift-machine" rev="1.0.1">
<artifact name="lift-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-machine', version='1.0.1')
)
libraryDependencies += "net.liftweb" % "lift-machine" % "1.0.1"
[net.liftweb/lift-machine "1.0.1"]