Last Version

puma4j 4.0.0

Easy and convenient way to load file resources into your tests using only annotations.

License

License

MIT
GroupId

GroupId

io.github.vitorsalgado.puma4j
ArtifactId

ArtifactId

puma4j-core
Version

Version

4.0.0
Type

Type

jar
Description

Description

puma4j
Easy and convenient way to load file resources into your tests using only annotations.
Project URL

Project URL

https://github.com/vitorsalgado/puma4j/blob/main/README.md
Source Code Management

Source Code Management

https://github.com/vitorsalgado/puma4j.git

Download puma4j-core 4.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.21

runtime (7)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.13.2
com.fasterxml.jackson.core : jackson-databind jar 2.13.2.2
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.13.2
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.13.2
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.13.2
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.13.2
com.google.code.gson : gson jar 2.9.0

Project Modules

There are no modules declared in this project.