liangjunfeng123
Results
1
comments of
liangjunfeng123
`package org.example; //DEPS org.gitlab4j:gitlab4j-api:5.5.0 //JAVA 17 import org.gitlab4j.api.GitLabApi; import org.gitlab4j.api.GitLabApiException; public class Main { private static final String gitLabApiUrl = "https://www.insoft-lab.com/gitlab"; private static final String token = ""; private static...