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