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