License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators ORM Data |
GroupId | GroupIdcom.bnorm.auto.weave |
ArtifactId | ArtifactIdauto-weave |
Version | Version0.1.6 |
Type | Typejar |
Description |
DescriptionAutoWeave
AutoWeave - Auto generate AOP code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
auto-weave-0.1.6.pom | |
auto-weave-0.1.6.jar | 131 KB |
auto-weave-0.1.6-sources.jar | 22 KB |
auto-weave-0.1.6-javadoc.jar | 115 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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.bnorm.auto.weave/auto-weave/
implementation 'com.bnorm.auto.weave:auto-weave:0.1.6'
// https://jarcasting.com/artifacts/com.bnorm.auto.weave/auto-weave/
implementation ("com.bnorm.auto.weave:auto-weave:0.1.6")
'com.bnorm.auto.weave:auto-weave:jar:0.1.6'
<dependency org="com.bnorm.auto.weave" name="auto-weave" rev="0.1.6">
<artifact name="auto-weave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bnorm.auto.weave', module='auto-weave', version='0.1.6')
)
libraryDependencies += "com.bnorm.auto.weave" % "auto-weave" % "0.1.6"
[com.bnorm.auto.weave/auto-weave "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service Optional | jar | 1.0-rc2 |
com.google.auto.value : auto-value Optional | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.google.testing.compile : compile-testing | jar | 0.9 |
junit : junit | jar | 4.12 |