| License |
License |
|---|---|
| GroupId | GroupIdcom.acpreda |
| ArtifactId | ArtifactIdsprint10-return |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptioncom.acpreda:sprint10-return
Provides a simple return model to enhance the values returned by methods
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sprint10-return-1.0.1.pom | |
| sprint10-return-1.0.1.jar | 5 KB |
| sprint10-return-1.0.1-sources.jar | 4 KB |
| sprint10-return-1.0.1-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.acpreda/sprint10-return/ -->
<dependency>
<groupId>com.acpreda</groupId>
<artifactId>sprint10-return</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.acpreda/sprint10-return/
implementation 'com.acpreda:sprint10-return:1.0.1'
// https://jarcasting.com/artifacts/com.acpreda/sprint10-return/
implementation ("com.acpreda:sprint10-return:1.0.1")
'com.acpreda:sprint10-return:jar:1.0.1'
<dependency org="com.acpreda" name="sprint10-return" rev="1.0.1">
<artifact name="sprint10-return" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.acpreda', module='sprint10-return', version='1.0.1')
)
libraryDependencies += "com.acpreda" % "sprint10-return" % "1.0.1"
[com.acpreda/sprint10-return "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.7.1 |