is not current version
Last Version 0.9

net.sf.tacos:beanform-core 0.8


Categories

Categories

Net ORM Data
GroupId

GroupId

net.sf.tacos
ArtifactId

ArtifactId

beanform-core
Version

Version

0.8
Type

Type

jar

Download beanform-core 0.8


<!-- https://jarcasting.com/artifacts/net.sf.tacos/beanform-core/ -->
<dependency>
    <groupId>net.sf.tacos</groupId>
    <artifactId>beanform-core</artifactId>
    <version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tacos/beanform-core/
implementation 'net.sf.tacos:beanform-core:0.8'
// https://jarcasting.com/artifacts/net.sf.tacos/beanform-core/
implementation ("net.sf.tacos:beanform-core:0.8")
'net.sf.tacos:beanform-core:jar:0.8'
<dependency org="net.sf.tacos" name="beanform-core" rev="0.8">
  <artifact name="beanform-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tacos', module='beanform-core', version='0.8')
)
libraryDependencies += "net.sf.tacos" % "beanform-core" % "0.8"
[net.sf.tacos/beanform-core "0.8"]