core

Parent POM file for common project

License

License

GroupId

GroupId

com.github.lafa.common
ArtifactId

ArtifactId

core
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

core
Parent POM file for common project
Project URL

Project URL

http://maven.apache.org

Download core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lafa.common/core/ -->
<dependency>
    <groupId>com.github.lafa.common</groupId>
    <artifactId>core</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.common/core/
implementation 'com.github.lafa.common:core:1.0.0'
// https://jarcasting.com/artifacts/com.github.lafa.common/core/
implementation ("com.github.lafa.common:core:1.0.0")
'com.github.lafa.common:core:jar:1.0.0'
<dependency org="com.github.lafa.common" name="core" rev="1.0.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.common', module='core', version='1.0.0')
)
libraryDependencies += "com.github.lafa.common" % "core" % "1.0.0"
[com.github.lafa.common/core "1.0.0"]

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0