Categories |
CategoriesAuto Application Layer Libs Code Generators ORM Data |
---|---|
GroupId | GroupIdcom.bnorm.auto.weave |
ArtifactId | ArtifactIdauto-weave |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
auto-weave-0.1.4.pom | |
auto-weave-0.1.4.jar | 130 KB |
auto-weave-0.1.4-sources.jar | 22 KB |
auto-weave-0.1.4-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bnorm.auto.weave/auto-weave/ -->
<dependency>
<groupId>com.bnorm.auto.weave</groupId>
<artifactId>auto-weave</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnorm.auto.weave/auto-weave/
implementation 'com.bnorm.auto.weave:auto-weave:0.1.4'
// https://jarcasting.com/artifacts/com.bnorm.auto.weave/auto-weave/
implementation ("com.bnorm.auto.weave:auto-weave:0.1.4")
'com.bnorm.auto.weave:auto-weave:jar:0.1.4'
<dependency org="com.bnorm.auto.weave" name="auto-weave" rev="0.1.4">
<artifact name="auto-weave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnorm.auto.weave', module='auto-weave', version='0.1.4')
)
libraryDependencies += "com.bnorm.auto.weave" % "auto-weave" % "0.1.4"
[com.bnorm.auto.weave/auto-weave "0.1.4"]