Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.nginflow |
ArtifactId | ArtifactIdautomation-core |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
automation-core-3.0.0.pom | |
automation-core-3.0.0.jar | 36 KB |
automation-core-3.0.0-sources.jar | 28 KB |
automation-core-3.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nginflow/automation-core/ -->
<dependency>
<groupId>com.nginflow</groupId>
<artifactId>automation-core</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nginflow/automation-core/
implementation 'com.nginflow:automation-core:3.0.0'
// https://jarcasting.com/artifacts/com.nginflow/automation-core/
implementation ("com.nginflow:automation-core:3.0.0")
'com.nginflow:automation-core:jar:3.0.0'
<dependency org="com.nginflow" name="automation-core" rev="3.0.0">
<artifact name="automation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nginflow', module='automation-core', version='3.0.0')
)
libraryDependencies += "com.nginflow" % "automation-core" % "3.0.0"
[com.nginflow/automation-core "3.0.0"]