is not current version
Last Version 1.1.0

net.sf.probin:probin 1.0.0

A library which binds annotated java objects to a given Map with String keys and values

Categories

Categories

Net
GroupId

GroupId

net.sf.probin
ArtifactId

ArtifactId

probin
Version

Version

1.0.0
Type

Type

jar

Download probin 1.0.0


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