is not current version
Last Version 1.0.2

com.github.gavinmead:junction 1.0.0

Additional functional components to Java 8.

GroupId

GroupId

com.github.gavinmead
ArtifactId

ArtifactId

junction
Version

Version

1.0.0
Type

Type

jar

Download junction 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.gavinmead/junction/ -->
<dependency>
    <groupId>com.github.gavinmead</groupId>
    <artifactId>junction</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavinmead/junction/
implementation 'com.github.gavinmead:junction:1.0.0'
// https://jarcasting.com/artifacts/com.github.gavinmead/junction/
implementation ("com.github.gavinmead:junction:1.0.0")
'com.github.gavinmead:junction:jar:1.0.0'
<dependency org="com.github.gavinmead" name="junction" rev="1.0.0">
  <artifact name="junction" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavinmead', module='junction', version='1.0.0')
)
libraryDependencies += "com.github.gavinmead" % "junction" % "1.0.0"
[com.github.gavinmead/junction "1.0.0"]