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