License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.kyriosdata |
ArtifactId | ArtifactIdexemplo |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptioncom.github.kyriosdata:exemplo
Projeto de referência (exemplo) inicial de desenvolvimento em Java com uso de JUnit.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationInstituto de Informática (UFG) - Fábrica de Software |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exemplo-1.0.0.pom | |
exemplo-1.0.0.jar | 7 KB |
exemplo-1.0.0-sources.jar | 8 KB |
exemplo-1.0.0-javadoc.jar | 370 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kyriosdata/exemplo/ -->
<dependency>
<groupId>com.github.kyriosdata</groupId>
<artifactId>exemplo</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kyriosdata/exemplo/
implementation 'com.github.kyriosdata:exemplo:1.0.0'
// https://jarcasting.com/artifacts/com.github.kyriosdata/exemplo/
implementation ("com.github.kyriosdata:exemplo:1.0.0")
'com.github.kyriosdata:exemplo:jar:1.0.0'
<dependency org="com.github.kyriosdata" name="exemplo" rev="1.0.0">
<artifact name="exemplo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kyriosdata', module='exemplo', version='1.0.0')
)
libraryDependencies += "com.github.kyriosdata" % "exemplo" % "1.0.0"
[com.github.kyriosdata/exemplo "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.11.0 |
org.apache.logging.log4j : log4j-core | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |