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