GroupId | GroupIdbr.com.flexait |
---|---|
ArtifactId | ArtifactIdflexa-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
flexa-core-0.0.1.pom | |
flexa-core-0.0.1.jar | 33 KB |
flexa-core-0.0.1-sources.jar | 17 KB |
flexa-core-0.0.1-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.flexait/flexa-core/ -->
<dependency>
<groupId>br.com.flexait</groupId>
<artifactId>flexa-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.flexait/flexa-core/
implementation 'br.com.flexait:flexa-core:0.0.1'
// https://jarcasting.com/artifacts/br.com.flexait/flexa-core/
implementation ("br.com.flexait:flexa-core:0.0.1")
'br.com.flexait:flexa-core:jar:0.0.1'
<dependency org="br.com.flexait" name="flexa-core" rev="0.0.1">
<artifact name="flexa-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.flexait', module='flexa-core', version='0.0.1')
)
libraryDependencies += "br.com.flexait" % "flexa-core" % "0.0.1"
[br.com.flexait/flexa-core "0.0.1"]