e

evl-lookup-null

Implementation of EVL lookup for JVM versions before 9.
https://github.com/ylegoc/evl
The Apache License, Version 2.0
Yannick Le Goc
文件下载
文件名 操作
evl-lookup-null-1.0.0.jar 下载
evl-lookup-null-1.0.0.pom 下载
evl-lookup-null-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.daproject.evl</groupId>
  <artifactId>evl-lookup-null</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'eu.daproject.evl:evl-lookup-null:1.0.0'
Gradle Kotlin
implementation("eu.daproject.evl:evl-lookup-null:1.0.0")
Scala SBT
libraryDependencies += "eu.daproject.evl" % "evl-lookup-null" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='eu.daproject.evl', module='evl-lookup-null', version='1.0.0')
)
Apache Ivy
<dependency org="eu.daproject.evl" name="evl-lookup-null" rev="1.0.0" />
Leiningen
[eu.daproject.evl/evl-lookup-null "1.0.0"]
Apache Buildr
'eu.daproject.evl:evl-lookup-null:jar:1.0.0'
本项目依赖
该项目无第三方依赖