Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.automacent |
ArtifactId | ArtifactIdautomacent-fwk |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
automacent-fwk-1.0.pom | |
automacent-fwk-1.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.automacent/automacent-fwk/ -->
<dependency>
<groupId>com.automacent</groupId>
<artifactId>automacent-fwk</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.automacent/automacent-fwk/
implementation 'com.automacent:automacent-fwk:1.0'
// https://jarcasting.com/artifacts/com.automacent/automacent-fwk/
implementation ("com.automacent:automacent-fwk:1.0")
'com.automacent:automacent-fwk:jar:1.0'
<dependency org="com.automacent" name="automacent-fwk" rev="1.0">
<artifact name="automacent-fwk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.automacent', module='automacent-fwk', version='1.0')
)
libraryDependencies += "com.automacent" % "automacent-fwk" % "1.0"
[com.automacent/automacent-fwk "1.0"]