jsr292-mock

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

com.headius
ArtifactId

ArtifactId

jsr292-mock
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

jsr292-mock
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

https://github.com/headius/jsr292-mock
Source Code Management

Source Code Management

https://github.com/headius/jsr292-mock

Download jsr292-mock

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.ow2.asm : asm-debug-all jar 5.0_BETA

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

jsr292-mock: mocks of Java 7-8 java.lang.invoke for compilation

This package provides mock versions of the java.lang.invoke package up through Java 8, allowing projects to compile jsr292-related code on lower versions of Java.

It is up to you to determine whether you are running on a capable JVM that provides the necessary features.

Versions

Version
1.1
1.0