Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-archetype-jpa-blank-single |
Version | Version1.1-M8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-archetype-jpa-blank-single/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-archetype-jpa-blank-single</artifactId>
<version>1.1-M8</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-archetype-jpa-blank-single/
implementation 'net.liftweb:lift-archetype-jpa-blank-single:1.1-M8'
// https://jarcasting.com/artifacts/net.liftweb/lift-archetype-jpa-blank-single/
implementation ("net.liftweb:lift-archetype-jpa-blank-single:1.1-M8")
'net.liftweb:lift-archetype-jpa-blank-single:jar:1.1-M8'
<dependency org="net.liftweb" name="lift-archetype-jpa-blank-single" rev="1.1-M8">
<artifact name="lift-archetype-jpa-blank-single" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-archetype-jpa-blank-single', version='1.1-M8')
)
libraryDependencies += "net.liftweb" % "lift-archetype-jpa-blank-single" % "1.1-M8"
[net.liftweb/lift-archetype-jpa-blank-single "1.1-M8"]