t

topp-execution-core

Topp Execution Core addressing basics related to threads, concurrency, basic asynchronous computation.
https://github.com/sabroe/Topp-Execution
Apache License 2.0
Morten Sabroe Mortensen
Files download
File Operation
topp-execution-core-0.0.3.jar download
topp-execution-core-0.0.3.pom download
topp-execution-core-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.yelstream.topp.execution</groupId>
  <artifactId>topp-execution-core</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.yelstream.topp.execution:topp-execution-core:0.0.3'
Gradle Kotlin
implementation("com.yelstream.topp.execution:topp-execution-core:0.0.3")
Scala SBT
libraryDependencies += "com.yelstream.topp.execution" % "topp-execution-core" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.yelstream.topp.execution', module='topp-execution-core', version='0.0.3')
)
Apache Ivy
<dependency org="com.yelstream.topp.execution" name="topp-execution-core" rev="0.0.3" />
Leiningen
[com.yelstream.topp.execution/topp-execution-core "0.0.3"]
Apache Buildr
'com.yelstream.topp.execution:topp-execution-core:jar:0.0.3'