Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdJPADemo-Master |
Version | Version0.10 |
Type | Typepom |
Filename | Size |
---|---|
JPADemo-Master-0.10.pom | 817 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/JPADemo-Master/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>JPADemo-Master</artifactId>
<version>0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/JPADemo-Master/
implementation 'net.liftweb:JPADemo-Master:0.10'
// https://jarcasting.com/artifacts/net.liftweb/JPADemo-Master/
implementation ("net.liftweb:JPADemo-Master:0.10")
'net.liftweb:JPADemo-Master:pom:0.10'
<dependency org="net.liftweb" name="JPADemo-Master" rev="0.10">
<artifact name="JPADemo-Master" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='JPADemo-Master', version='0.10')
)
libraryDependencies += "net.liftweb" % "JPADemo-Master" % "0.10"
[net.liftweb/JPADemo-Master "0.10"]