is not current version
Last Version 2.5.0

net.java.truecommons:truecommons-key-default 2.3.5

The KeyManager implementation in this module fails to resolve any keys. Its priority is set to Integer.MIN_VALUE, so any other KeyManager module on the class path will take precedence.

Categories

Categories

Java Languages Net KeY Data Data Formats Formal Verification
GroupId

GroupId

net.java.truecommons
ArtifactId

ArtifactId

truecommons-key-default
Version

Version

2.3.5
Type

Type

jar

Download truecommons-key-default 2.3.5


<!-- https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-default/ -->
<dependency>
    <groupId>net.java.truecommons</groupId>
    <artifactId>truecommons-key-default</artifactId>
    <version>2.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-default/
implementation 'net.java.truecommons:truecommons-key-default:2.3.5'
// https://jarcasting.com/artifacts/net.java.truecommons/truecommons-key-default/
implementation ("net.java.truecommons:truecommons-key-default:2.3.5")
'net.java.truecommons:truecommons-key-default:jar:2.3.5'
<dependency org="net.java.truecommons" name="truecommons-key-default" rev="2.3.5">
  <artifact name="truecommons-key-default" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.java.truecommons', module='truecommons-key-default', version='2.3.5')
)
libraryDependencies += "net.java.truecommons" % "truecommons-key-default" % "2.3.5"
[net.java.truecommons/truecommons-key-default "2.3.5"]