License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.reflectmaid |
ArtifactId | ArtifactIdreflectmaid-actors |
Last Version | Last Version0.2.18 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable
the enforcement of java standards like library blacklisting, code style rules, and more.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
reflectmaid-actors-0.2.18.pom | |
reflectmaid-actors-0.2.18.jar | 43 KB |
reflectmaid-actors-0.2.18-sources.jar | 8 KB |
reflectmaid-actors-0.2.18-javadoc.jar | 388 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-actors/ -->
<dependency>
<groupId>de.quantummaid.reflectmaid</groupId>
<artifactId>reflectmaid-actors</artifactId>
<version>0.2.18</version>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-actors/
implementation 'de.quantummaid.reflectmaid:reflectmaid-actors:0.2.18'
// https://jarcasting.com/artifacts/de.quantummaid.reflectmaid/reflectmaid-actors/
implementation ("de.quantummaid.reflectmaid:reflectmaid-actors:0.2.18")
'de.quantummaid.reflectmaid:reflectmaid-actors:jar:0.2.18'
<dependency org="de.quantummaid.reflectmaid" name="reflectmaid-actors" rev="0.2.18">
<artifact name="reflectmaid-actors" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.reflectmaid', module='reflectmaid-actors', version='0.2.18')
)
libraryDependencies += "de.quantummaid.reflectmaid" % "reflectmaid-actors" % "0.2.18"
[de.quantummaid.reflectmaid/reflectmaid-actors "0.2.18"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.1 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.jetbrains.kotlin : kotlin-test | jar | 1.5.21 |