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