| License |
License |
|---|---|
| GroupId | GroupIdbr.com.armange |
| ArtifactId | ArtifactIdcommons-thread |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptioncommons-thread
It is a framework that simplifies thread building
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| commons-thread-1.0.0.pom | |
| commons-thread-1.0.0.jar | 9 KB |
| commons-thread-1.0.0-sources.jar | 7 KB |
| commons-thread-1.0.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.armange/commons-thread/ -->
<dependency>
<groupId>br.com.armange</groupId>
<artifactId>commons-thread</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.armange/commons-thread/
implementation 'br.com.armange:commons-thread:1.0.0'
// https://jarcasting.com/artifacts/br.com.armange/commons-thread/
implementation ("br.com.armange:commons-thread:1.0.0")
'br.com.armange:commons-thread:jar:1.0.0'
<dependency org="br.com.armange" name="commons-thread" rev="1.0.0">
<artifact name="commons-thread" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.armange', module='commons-thread', version='1.0.0')
)
libraryDependencies += "br.com.armange" % "commons-thread" % "1.0.0"
[br.com.armange/commons-thread "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.assertj : assertj-core | jar | 3.12.1 |
| org.mockito : mockito-core | jar | 3.1.0 |
| org.hamcrest : hamcrest | jar | 2.1 |